home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
misc
/
math
/
mathan.lha
/
mathan
/
examples
/
bode.mth
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-07-27
|
182 b
|
7 lines
" Bode Plot of a transfer function. "
" Example C-3 from Microelectronics (Millman/Grabel). "
F(s)=1e4*(s+40)/(s^2+410s+4000)
Draw("{w,20*Log(Mag(F(i*10^w)))}",{"w",-1,4,100})
Exit